Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

native-x-spinner

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-x-spinner

This component adds space between items in Stack

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

native-x-spinner

semantic-release

This component adds space between to other components

Install

Yarn

yarn add native-x-spinner

NPM

npm install native-x-spinner

Usage

import { Spinner } from 'native-x-spinner'

function MyComponent() {
  return (
    <Stack>
      ...
      <Spinner />
      ...
    </Stack>
  )
}

API

PropertyDefault ValueUsage
animating?: booleantrueAnimate the spinner
color?: stringCOLOR.SECONDARYColor of spinner
size?: string'normal'Valid values: 'x-small', 'small', 'normal', 'large', 'x-large'

Automatic Release

Here is an example of the release type that will be done based on a commit messages:

Commit messageRelease type
fix: [comment]Patch Release
feat: [comment]Minor Feature Release
perf: [comment]Major Feature Release
doc: [comment]No Release
refactor: [comment]No Release
chore: [comment]No Release

FAQs

Package last updated on 10 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc